home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / Acme Filters 2.3.2 folder.sit / Acme Filters 2.3.2 folder / Acme Filters 2.3.2 / Acme Filters Read Me next >
Text File  |  1996-02-16  |  5KB  |  59 lines

  1. Acme Filters 2.3.2    ゥ1996 by Eric V. Curtis    All rights reserved.
  2.  
  3.  
  4. Introduction:
  5.  
  6. Acme Filters takes the place of many separate freeware/shareware utilities you may be currently using.  It started out as a simple file converter to translate some old Smith-Corona word processor files into text files I could use on my Macintosh.  Then I realized my code would make a good shell for any type of drag-and-drop filter.  So, I combined several filters I occasionally use into one "all-purpose" application.
  7.  
  8. Currently, Acme Filters includes the following filters:
  9.  
  10. ASC -> Mac:  Converts Smith-Corona word processor files (saved in ".ASC" ASCII format) to WriteNowィ documents.
  11.  
  12. Delete RF:  Deletes the resource fork of any file of type 'TEXT'.
  13.  
  14. Find Original:  Opens the folder containing the object linked to an alias.
  15.  
  16. Rot13:  Rot13s the text in any file of type 'TEXT'.
  17.  
  18. Tab2Space:  Converts tabs to equivalent spaces in any file of type 'TEXT'.  It doesn't just blindly replace tabs with spaces, but instead calculates how many spaces are required for each tab so the text lines up properly.
  19.  
  20. Touch:  Sets any file's modification date and time to now.  (Holding down the option key while selecting this filter allows you to specify the creation and modification dates.)
  21.  
  22. Type/Creator:  Allows any file's type and creator codes to be viewed or modified.
  23.  
  24. C A U T I O N:  To avoid messing up your files and applications, don't use these filters unless you're sure you understand what they do!
  25.  
  26.  
  27. Using the filters:
  28.  
  29. To process a single file, launch the application and choose a filter from the File menu.  Select a file from the standard open dialog and press Return to proceed.
  30.  
  31. To process multiple files at once (all with the same filter), first select Set Defaultノ from the File menu to choose a default filter.  Then, drag-and-drop one or more files from the Finder to the application's icon.  This default filter setting is remembered and used anytime files are dragged onto the application's icon from the Finder.  To temporarily use another filter, hold down the option key while dragging the files onto the application's icon.  Choose a filter from the dialog that appears, and the files are processed using the chosen filter.  The previous default filter setting remains unchanged.
  32.  
  33. A progress dialog appears while files are being filtered.  This dialog shows the selected filter, the number of files remaining to be filtered, and the name of the file currently being filtered.  In addition, a progress bar indicates the percent of files completed and a little scrolling document icon lets you know your computer is hard at work.  You can cancel out of filtering the remaining files at any time by pressing Command-period.
  34.  
  35. Special Note:  Contrary to proper Macintosh human interface guidelines, the dialogs in this application don't have OK or Cancel buttons.  In these dialogs, press Return or Enter to continue, and press ESC or Command-period to cancel.
  36.  
  37.  
  38. Distribution:
  39.  
  40. Acme Filters is freeware and may be distributed via the internet, BBSs, user groups, online services, etc.  This Read Me file must accompany all copies for distribution.
  41.  
  42. Complete source code is also included in this archive.  Feel free to make any changes or additions you like.  But, please don't distribute modified copies of the application or source code.  If you have suggestions for additions or improvements and think they would be useful to other people, send me your ideas and/or source code for possible inclusion in the next release.  Bug reports are also appreciated.  My address is:
  43.  
  44.     Eric Curtis
  45.     212 Snow Camp Drive
  46.     Apex, NC 27502  U.S.A.
  47.  
  48.     email:  boston84@aol.com
  49.  
  50.  
  51. DISCLAIMER OF WARRANTY AND LIABILITY
  52.  
  53. ACME FILTERS IS SUPPLIED メAS ISモ.  ERIC CURTIS MAKES NO WARRANTY, EXPRESS OR IMPLIED, WITH RESPECT TO THE SOFTWARE OR DOCUMENTATION INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. IN NO EVENT SHALL ERIC CURTIS, OR ANYONE ELSE WHO HAS BEEN INVOLVED IN THE CREATION, TESTING, PRODUCTION, DELIVERY, OR SUPPORT OF THE SOFTWARE OR THIS DOCUMENTATION, BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING FROM THE USE, THE RESULTS OF USE, OR THE INABILITY TO USE THE SOFTWARE OR DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  56.  
  57.  
  58. Macintoshィ is a registered trademark of Apple Computer, Inc.  WriteNowィ is a registered trademark of WordStar International.  Other brands and their products are trademarks or registered trademarks of their respective companies and should be noted as such.
  59.